home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 August / Disc 1 / PCU0804CD1.iso / resource / Multmedia / files / vmlite.exe / {app} / VCDMenu.exe / 0 / RCDATA / TCLIPFORM / TCLIPFORM.txt
Encoding:
Text File  |  2003-06-03  |  3.1 KB  |  160 lines

  1. object ClipForm: TClipForm
  2.   Left = 440
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Thumbnail Image'
  6.   ClientHeight = 446
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object FrameLabel: TLabel
  23.     Left = 16
  24.     Top = 372
  25.     Width = 353
  26.     Height = 16
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'Frame: 0'
  30.   end
  31.   object MovieBtn: TButton
  32.     Left = 16
  33.     Top = 16
  34.     Width = 114
  35.     Height = 25
  36.     Caption = 'Movie Frame'
  37.     TabOrder = 0
  38.     OnClick = MovieBtnClick
  39.   end
  40.   object ClearBtn: TButton
  41.     Left = 255
  42.     Top = 16
  43.     Width = 114
  44.     Height = 25
  45.     Caption = 'Clear'
  46.     TabOrder = 2
  47.     OnClick = ClearBtnClick
  48.   end
  49.   object TrackBar1: TTrackBar
  50.     Left = 16
  51.     Top = 344
  52.     Width = 354
  53.     Height = 25
  54.     Enabled = False
  55.     Max = 0
  56.     Orientation = trHorizontal
  57.     PageSize = 100
  58.     Frequency = 1
  59.     Position = 0
  60.     SelEnd = 0
  61.     SelStart = 0
  62.     TabOrder = 3
  63.     TickMarks = tmBottomRight
  64.     TickStyle = tsNone
  65.     OnChange = TrackBar1Change
  66.   end
  67.   object OKBtn: TButton
  68.     Left = 69
  69.     Top = 408
  70.     Width = 111
  71.     Height = 25
  72.     Caption = 'OK'
  73.     TabOrder = 4
  74.     OnClick = OKBtnClick
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 205
  78.     Top = 408
  79.     Width = 111
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 5
  85.   end
  86.   object MovieEdit: TEdit
  87.     Left = 16
  88.     Top = 56
  89.     Width = 354
  90.     Height = 24
  91.     TabStop = False
  92.     Color = clBtnFace
  93.     ReadOnly = True
  94.     TabOrder = 6
  95.   end
  96.   object Panel1: TPanel
  97.     Left = 16
  98.     Top = 88
  99.     Width = 354
  100.     Height = 242
  101.     BevelOuter = bvLowered
  102.     TabOrder = 7
  103.     object VideoPanel: TPanel
  104.       Left = 1
  105.       Top = 1
  106.       Width = 352
  107.       Height = 240
  108.       Align = alClient
  109.       BevelOuter = bvNone
  110.       TabOrder = 0
  111.       object Image1: TImage
  112.         Left = 56
  113.         Top = 80
  114.         Width = 105
  115.         Height = 89
  116.         Center = True
  117.         Stretch = True
  118.         Visible = False
  119.       end
  120.       object VideoWindow1: TVideoWindow
  121.         Left = 192
  122.         Top = 80
  123.         Width = 97
  124.         Height = 89
  125.         FilterGraph = FilterGraph1
  126.         VMROptions.Mode = vmrWindowed
  127.         Color = clBtnFace
  128.         TabStop = False
  129.       end
  130.     end
  131.   end
  132.   object ImageBtn: TButton
  133.     Left = 136
  134.     Top = 16
  135.     Width = 114
  136.     Height = 25
  137.     Caption = 'Image File'
  138.     TabOrder = 1
  139.     OnClick = ImageBtnClick
  140.   end
  141.   object FilterGraph1: TFilterGraph
  142.     GraphEdit = False
  143.     Left = 32
  144.     Top = 112
  145.   end
  146.   object SampleGrabber1: TSampleGrabber
  147.     FilterGraph = FilterGraph1
  148.     MediaType.data = {
  149.       7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
  150.       FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
  151.       0000000000000000}
  152.     Left = 64
  153.     Top = 112
  154.   end
  155.   object OpenDialog1: TOpenDialog
  156.     Left = 96
  157.     Top = 112
  158.   end
  159. end
  160.